recoverable$67695$ - перевод на греческий
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

recoverable$67695$ - перевод на греческий

ABSTRACT MODEL TO DESCRIBE EXECUTION OF TRANSACTIONS RUNNING IN THE SYSTEM
Recoverable; Recoverable history; Recoverable execution; Avoids cascading aborts; Schedule (database systems); History (database systems); Database schedule; Avoiding cascading aborts
  • Venn diagram for serializability and recoverability classes

recoverable      
adj. ανακτητός, θεραπεύσιμος

Определение

recoverable
If something is recoverable, it is possible for you to get it back.
If you decide not to buy, the money you have spent on the survey is not recoverable.
ADJ

Википедия

Schedule (computer science)

In the fields of databases and transaction processing (transaction management), a schedule (or history) of a system is an abstract model to describe execution of transactions running in the system. Often it is a list of operations (actions) ordered by time, performed by a set of transactions that are executed together in the system. If the order in time between certain operations is not determined by the system, then a partial order is used. Examples of such operations are requesting a read operation, reading, writing, aborting, committing, requesting a lock, locking, etc. Not all transaction operation types should be included in a schedule, and typically only selected operation types (e.g., data access operations) are included, as needed to reason about and describe certain phenomena. Schedules and schedule properties are fundamental concepts in database concurrency control theory.